CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 编译原理 计算器

搜索资源列表

  1. 简单的表达式求值.rar

    1下载:
  2. 比Windows自带的高级一点的计算器,能将整个表达式输入,然后求值。 这个程序要求读者具备编译原理的一些知识。
  3. 所属分类:界面编程

    • 发布日期:2012-11-01
    • 文件大小:1975080
    • 提供者:
  1. 简单的表达式求值

    0下载:
  2. 比 Windows 自带的高级一点的计算器,能将整个表达式输入,然后求值。这个程序要求读者具备编译原理的一些知识-than Windows, bringing their senior point calculators, the entire expression input, and then evaluated. This procedure requires the reader has compiled some of the principles of knowledge
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1975347
    • 提供者:杨波
  1. calc.rar

    0下载:
  2. 编译原理的课程设计 表达式计算器 C++,Principles of curriculum design to compile C++ expression evaluator
  3. 所属分类:source in ebook

    • 发布日期:2017-03-27
    • 文件大小:17503
    • 提供者:suki
  1. PhraseAnalyzer

    0下载:
  2. 主要实现表达式计算器词法分析功能,对编译原理中的第一步词法分析所编译的代码-The main achievement of expression calculator lexical analysis function, the principle of compiling the first step in the lexical analysis code compiler
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:13673
    • 提供者:cuckoo-jian
  1. MyCalculator

    0下载:
  2. 利用编译原理的思想实现的科学计算器,功能比较齐全-The idea of using the compiler to achieve the principle of the scientific calculator, function relatively complete
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1901098
    • 提供者:李剑翔
  1. Caculator-by-compilation-grammar

    0下载:
  2. 本程序用编译原理中的文法实现了一个简易的可编程计算器。-This programm is implemented by complication grammar.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:11245
    • 提供者:肖斌
  1. WindowsApplication1

    0下载:
  2. 基于编译原理的表达式计算器 使用算符优先算法实现了表达式计算器,能分析用户输入的表达式是否正确,支持括号运算、浮点运算、简单的四则运算、复杂的表达式运算、进制之间的相互转换等。操作简单,界面清晰。-Design of the expression calculator based on the compiler theory
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:84775
    • 提供者:周某某
  1. calculator

    0下载:
  2. 本程序是算术表达式计算程序,通过输入表达式达到计算的目的(编译原理中的词法分析、算符优先分析,可代替目前普遍使用的计算器)。-This procedure is the arithmetic expression program, by entering the expression to achieve the purposes of the calculation (the compiler of the principle of lexical analysis, operator pri
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:303966
    • 提供者:caipan
  1. Compile_principal.tar

    0下载:
  2. 紫龙书编译原理的随书源代码,里面有一个小型的运算符计算器,供大家下载-Zilongjin book compiler with the principle of the book source code, there are a small operator of the calculator for you to download
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:4478
    • 提供者:郭阳
  1. ConExpress_MyCalculator

    0下载:
  2. C#计算器,利用编译原理,图形界面,类似于查询分析器-C# calculator, the use of compiler theory, graphical interface, similar to Query Analyzer
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:548802
    • 提供者:ruancongyang
  1. Calculator

    0下载:
  2. 利用编译原理实现计算器,并不是普通的计算器(如利用栈实现),这是利用的编译原理-calculator
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-19
    • 文件大小:5268177
    • 提供者:星火燎原
  1. calculator

    0下载:
  2. 科学计算器程序,由java语言编写,算法是基于编译原理对输入表达式进行求解。-Scientific calculator program written by java, algorithm is based on principles of compiling the input expressions to solve it.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:53763
    • 提供者:曹芹
  1. ExpressionCalculate

    0下载:
  2. VC++简单的表达式求值程序 VC++简单的表达式求值程序,一直很想做个比 Windows 自带的高级一点的计算器,能将整个表达式输入,然后求值,现在终于做出来了,还有些不完善,源代码用到了编译原理的一些知识,新入门的VC++朋友估计会感觉有点难-VC++ expression evaluation process simple VC++ simple expression evaluation procedures, always wanted to be a senior point t
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:30376
    • 提供者:zhengjr123
  1. lex_calculater

    0下载:
  2. Lex文法写的计算器,对学习编译原理的同学是不错的选择,看看它的强大功能吧-Lex wrote the calculator grammar, compiler theory of learning students is a good choice, the power of it to see if it
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:7244
    • 提供者:junko
  1. Calculator

    0下载:
  2. 是一个多功能计算器,可以进行表达式的计算,功能十分强大,表达式公式就用到了编译原理的一些原理,是一个很好的,用来学习的源码。-this is the calculator,the funtions is so strong,you can learn many things from this source.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-15
    • 文件大小:3720844
    • 提供者:daluzhou12
  1. Calculator

    0下载:
  2. 编译原理计算器 java编写 能计算带括号的运算 科学计算机模式-Compiler theory calculator java prepared to calculate the bracketed expressions science computer mode
  3. 所属分类:Java Develop

    • 发布日期:2017-11-04
    • 文件大小:166098
    • 提供者:热沙滩上
  1. Principle-

    0下载:
  2. 编译原理计算器的原理与实践 编译原理计算器-Principle and practice of compilation principle of the calculator,
  3. 所属分类:File Formats

    • 发布日期:2017-04-02
    • 文件大小:41236
    • 提供者:zhangrui
  1. LL1_calc

    0下载:
  2. 用LL1文法产生的表格,做的预测分析法计算器!如:7+7=;计算可得14.0000(LL1 parse calc. have fun!)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-04-22
    • 文件大小:8192
    • 提供者:瞒着
  1. experiment2

    0下载:
  2. 编译原理,简易计算器的java实现,GCU(Java implementation of simple calculator, GCU.)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:17408
    • 提供者:潜水少年
  1. compiler

    0下载:
  2. 根据编译器的基本原理,实现简单的加减乘除的计算(According to the basic principle of the compiler, the realization of a simple calculation of add, subtract, multiply and divide.)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-04-29
    • 文件大小:18432
    • 提供者:nihao1996
« 12 3 »
搜珍网 www.dssz.com